home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
c
/
objam01.lha
/
objam
/
test
/
fooObject.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-24
|
197 b
|
14 lines
#include <objc/Object.h>
@interface FooObject: Object
{
unsigned int foo;
}
- setFoo:(unsigned int)val;
- (unsigned int)getFoo;
- read:(TypedStream*)stream;
- write:(TypedStream*)stream;
@end